ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MinorTickMarks Property

In This Topic
    MinorTickMarks Property
    In This Topic
    Gets or sets the location of minor axis tick marks.
    Syntax
    'Declaration
     
    
    Public Property MinorTickMarks As AxisTickMark
    public AxisTickMark MinorTickMarks {get; set;}
    See Also